OnItemUpdated Method

Summary

Raises the ItemUpdated event.

Syntax
C#
VB
C++
protected virtual void OnItemUpdated( 
   KeyValuePair<TKey, TValue> data 
) 
  
Protected Sub OnItemUpdated( _ 
   ByVal data As KeyValuePair(Of TKey,TValue) _ 
)  
protected: 
void OnItemUpdated(  
   KeyValuePair<TKey^,TValue^> data 
)  

Parameters

data
The KeyValuePair object that is updated in the dictionary.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly